home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: judgemi@ix.netcom.com(Michael Judge )
- Newsgroups: comp.lang.c++
- Subject: Re: Class to read .INI file
- Date: 17 Feb 1996 15:25:19 GMT
- Organization: Netcom
- Message-ID: <4g4s0v$guv@ixnews3.ix.netcom.com>
- References: <b5c_9602130620@crystal.dircon.co.uk>
- NNTP-Posting-Host: bos-ma10-19.ix.netcom.com
- X-NETCOM-Date: Sat Feb 17 7:25:19 AM PST 1996
-
- In <b5c_9602130620@crystal.dircon.co.uk>
- sigmadelta@crystal.dircon.co.uk (Steve Dyson) writes:
- >
- >Hi,
- >
- >Does anyone have any C or C++ code/class that will read and decode a
- >generic text .INI file.
- >
- >I am working on a project with tight deadlines and am trying to save
- any
- >time I can!
- >
-
- if this is for windows then use "int GetProfileString()"
- other wise you will have to find a parser.
-
- MJ
- judgemi@ix.netcom.com
-
-